home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Classic Collection / The Amiga Classic Collection - Disc 1.iso / Education / ED05-AmRadio1.DMS / ED05-AmRadio1.adf / AmigaBBS / README < prev    next >
Text File  |  1988-01-20  |  4KB  |  125 lines

  1. 1.  My programs are written by me, for me and not for anyone else.
  2.  
  3. 2.  There are bugs in my programs.  If they annoy me, I fix them.
  4.  
  5. 3.  Source code is to be understood only by me.
  6.  
  7. 4.  Some code is optimized for speed, some for RAM usage.
  8.  
  9. 5.  My programs are written for my system.
  10.  
  11. 6.  This is a learning experience, not a software factory.
  12.  
  13. 7.  Money is the root of all evil.
  14.  
  15.   And BLA BLA BLA!
  16.  
  17.     Having my fill of writing programs for someone else to sell, I made a
  18. decision to do it my way.  So what you get is an unpolished kludge of
  19. software.  You (anybody) asked for it.   These things run on my system,
  20. and darn little effort was made to have them run on yours.
  21.  
  22.     This is perhaps an apology for my sloppy code.  There were no examples
  23. to guide me, only years of try it, try something else, and if that doesn't
  24. work then try again.  The remnants of which I am sending you.  Maybe, but
  25. unlikely, in 5 years you may see a presentable version.  So do as you wish
  26. with this code.  Fix it, change it, give it away, throw it away ....
  27. anything but sell it.  
  28.  
  29.  
  30. ---
  31. AmigaBBS
  32.  
  33.   I was running and modifying my packet terminal program for years.  Then I
  34. wrote this BBS thing to run in local mode, and for lack of anything better,
  35. the two were quickly combined.
  36.  
  37. ---
  38. EQUIPMENT
  39.  
  40.   AMIGA 1000 with 1 MEG RAM at location 000000 and 2 meg RAM at 200000.
  41.   1 external 3.5" drive, 2 external 5.25" drives.
  42.   Kantronics KAM TNC, CTS/RTS handshaking, serial pins 1,2,3,4,5,7 run
  43.          straight thru to Amiga, pins 6 & 20 jumpered on Amiga.
  44.          Also pin 8 (CD) jumpered to 21 (+5volts) on Amiga.
  45.          Check Amiga 500 Serial port!  Do NOT run all 23 wires!!
  46. ---
  47.  
  48. AmigaBBS P0118  1/18/87
  49.  
  50.  These seed files must be on a disk named B: or in a subdirectory assigned
  51. to B: as the BBS looks for files in B: such as   "B:DIR".
  52.  
  53. DIR - message directory listings
  54. USR - User data
  55. FWD - Mail forwarding and header info
  56. 0   - An info message about system
  57. 1   - Help message for commands
  58.  
  59.   Edit message B:0 and B:1 as you see fit.
  60.  
  61.   The AmigaBBS program is made to run on all Kantronics TNCs, but for
  62. those in need of a packet terminal program for another type of TNC, then
  63. the terminal part of this program may fill your needs.  AmigaBBS is small
  64. in size so there isn't much wasted if you do not use the Packet BBS
  65. features.  Best to contact me on packet before running the BBS to get
  66. the latest version.
  67.  
  68.   Randy Lilly  N3ET @ N3ET
  69.   752 S. Carldon St
  70.   Allentown, PA.     18103
  71.  
  72.  
  73.   If program just hangs, could be because SERIAL pin 20 (DTR) & 6 (DSR)
  74. are not jumpered on Amiga. Also have pin 8 (CD) & 21 (+5volts) jumpered.
  75.  
  76.   Default BAUD is 9600, type F3 key to change.. 9600,2400,1200,300 BAUD are
  77. available.   It is a borderless window, but CLOSE,DRAG,FRONT/BACK,SIZING
  78. gadgets are always there, just not visable all the time.
  79.  
  80.   F1 - Toggles CAPTURE file OPEN/CLOSE.  Prompts for filename and defaults
  81.        to Current Directory (CD) if DISK path (DF1:DIR/FILENAME) not used.
  82.  
  83.   F2 - Toggles SEND file OPEN/CLOSE.  Prompting.
  84.  
  85.   F3 - Changes BAUD, 9600,2400,1200,300.
  86.  
  87.   F4 - Nothing
  88.  
  89.   F5 - Toggles MONITOR MODE.  Kinda cleans up received packets when just
  90.        monitoring activity.  Needs "HEADERLN ON" TNC parameter set.
  91.        Makes monitoring look somewhat like connected mode, Deletes call
  92.        headers, deletes duped lines, deletes trailing spaces.  Saves screen
  93.        and CAPTURE space.
  94.  
  95.   F6 - Opens NEWCLI.  Useful when you bomb a task.  Remember this key !!
  96.  
  97.   F7 - Used for testing new commands.
  98.  
  99.   F8 - Nothing
  100.  
  101.   F9 - Toggles AmigaBBS enable.  Clears "C" connect history from HELP line.
  102.  
  103.   F10 -Causes exit from program, same as CLOSE gadget in upper left of
  104.        window.  If AmigaBBS is running, will disconnect user and clean
  105.        house.  Press F10 again to exit program.
  106.  
  107.   HELP- Prints info line in window.
  108.        ^ means someone IS connected to BBS.
  109.        M means in MONITOR MODE.
  110.        B means BBS enabled.
  111.        C means someone connected to you or BBS while you were out.
  112.        XXXX filename=OPEN/CLOSED for capture file status.
  113.        9600 BAUD - obvious.
  114.        XXXX first number is byte coune in capture file.
  115.        XXXX 2nd number is line count in capture file.
  116.         NOTE: These numbers are START ADDR and END ADDR of program until
  117.               a CAPTURE file is opened.
  118.  
  119.  
  120.  
  121.    Randy Lilly  N3ET
  122.    752 S. Carldon st
  123.    Allentown, PA  18103    (215) 791-3774
  124.  
  125.